home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
Word-Safari.swf
/
scripts
/
DefineButton2_192
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-02-25
|
657b
|
38 lines
on(release){
_root.difficulty = "hard";
_root.gogogo = true;
tellTarget(_root)
{
stopAllSounds();
theWind.start(0,999);
if(myWordA != "")
{
nextFrame();
}
else if(myWordB != "")
{
gotoAndPlay(9);
}
else if(myWordC != "")
{
gotoAndPlay(11);
}
else if(myWordD != "")
{
gotoAndPlay(15);
}
else if(myWordE != "")
{
gotoAndPlay(18);
}
else if(myWordF != "")
{
gotoAndPlay(21);
}
else
{
gotoAndPlay(24);
}
}
}